home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / freeres / rst3frm2.dfm / rst3frm2.txt
Text File  |  1995-12-22  |  19KB  |  901 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Resource Test 2 - Form2'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 224
  18.     Width = 427
  19.     Height = 49
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object Button1: TButton
  23.       Left = 125
  24.       Top = 8
  25.       Width = 73
  26.       Height = 33
  27.       Caption = 'Previous'
  28.       TabOrder = 0
  29.       OnClick = Button1Click
  30.     end
  31.     object Button2: TButton
  32.       Left = 229
  33.       Top = 8
  34.       Width = 73
  35.       Height = 33
  36.       Caption = 'Next'
  37.       TabOrder = 1
  38.       OnClick = Button2Click
  39.     end
  40.   end
  41.   object TabSet1: TTabSet
  42.     Left = 0
  43.     Top = 200
  44.     Width = 427
  45.     Height = 24
  46.     Align = alBottom
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     Tabs.Strings = (
  52.       'Blank'
  53.       'Edits'
  54.       'Buttons'
  55.       'Check Boxes'
  56.       'Combo Boxes')
  57.     TabIndex = 0
  58.     OnChange = TabSet1Change
  59.   end
  60.   object Notebook1: TNotebook
  61.     Left = 0
  62.     Top = 0
  63.     Width = 427
  64.     Height = 200
  65.     Align = alClient
  66.     PageIndex = 4
  67.     TabOrder = 2
  68.     object TPage
  69.       Left = 0
  70.       Top = 0
  71.       Caption = 'Blank'
  72.     end
  73.     object TPage
  74.       Left = 0
  75.       Top = 0
  76.       Caption = 'Edits'
  77.       object Edit1: TEdit
  78.         Left = 8
  79.         Top = 8
  80.         Width = 121
  81.         Height = 24
  82.         TabOrder = 0
  83.         Text = 'Edit1'
  84.       end
  85.       object Edit2: TEdit
  86.         Left = 8
  87.         Top = 32
  88.         Width = 121
  89.         Height = 24
  90.         TabOrder = 1
  91.         Text = 'Edit2'
  92.       end
  93.       object Edit3: TEdit
  94.         Left = 8
  95.         Top = 56
  96.         Width = 121
  97.         Height = 24
  98.         TabOrder = 2
  99.         Text = 'Edit3'
  100.       end
  101.       object Edit4: TEdit
  102.         Left = 8
  103.         Top = 80
  104.         Width = 121
  105.         Height = 24
  106.         TabOrder = 3
  107.         Text = 'Edit4'
  108.       end
  109.       object Edit5: TEdit
  110.         Left = 8
  111.         Top = 104
  112.         Width = 121
  113.         Height = 24
  114.         TabOrder = 4
  115.         Text = 'Edit5'
  116.       end
  117.       object Edit6: TEdit
  118.         Left = 8
  119.         Top = 128
  120.         Width = 121
  121.         Height = 24
  122.         TabOrder = 5
  123.         Text = 'Edit6'
  124.       end
  125.       object Edit7: TEdit
  126.         Left = 8
  127.         Top = 152
  128.         Width = 121
  129.         Height = 24
  130.         TabOrder = 6
  131.         Text = 'Edit7'
  132.       end
  133.       object Edit8: TEdit
  134.         Left = 152
  135.         Top = 8
  136.         Width = 121
  137.         Height = 24
  138.         TabOrder = 7
  139.         Text = 'Edit8'
  140.       end
  141.       object Edit9: TEdit
  142.         Left = 152
  143.         Top = 32
  144.         Width = 121
  145.         Height = 24
  146.         TabOrder = 8
  147.         Text = 'Edit9'
  148.       end
  149.       object Edit10: TEdit
  150.         Left = 152
  151.         Top = 56
  152.         Width = 121
  153.         Height = 24
  154.         TabOrder = 9
  155.         Text = 'Edit10'
  156.       end
  157.       object Edit11: TEdit
  158.         Left = 152
  159.         Top = 80
  160.         Width = 121
  161.         Height = 24
  162.         TabOrder = 10
  163.         Text = 'Edit11'
  164.       end
  165.       object Edit12: TEdit
  166.         Left = 152
  167.         Top = 104
  168.         Width = 121
  169.         Height = 24
  170.         TabOrder = 11
  171.         Text = 'Edit12'
  172.       end
  173.       object Edit13: TEdit
  174.         Left = 152
  175.         Top = 128
  176.         Width = 121
  177.         Height = 24
  178.         TabOrder = 12
  179.         Text = 'Edit13'
  180.       end
  181.       object Edit14: TEdit
  182.         Left = 152
  183.         Top = 152
  184.         Width = 121
  185.         Height = 24
  186.         TabOrder = 13
  187.         Text = 'Edit14'
  188.       end
  189.       object Edit15: TEdit
  190.         Left = 296
  191.         Top = 8
  192.         Width = 121
  193.         Height = 24
  194.         TabOrder = 14
  195.         Text = 'Edit15'
  196.       end
  197.       object Edit16: TEdit
  198.         Left = 296
  199.         Top = 32
  200.         Width = 121
  201.         Height = 24
  202.         TabOrder = 15
  203.         Text = 'Edit16'
  204.       end
  205.       object Edit17: TEdit
  206.         Left = 296
  207.         Top = 56
  208.         Width = 121
  209.         Height = 24
  210.         TabOrder = 16
  211.         Text = 'Edit17'
  212.       end
  213.       object Edit18: TEdit
  214.         Left = 296
  215.         Top = 80
  216.         Width = 121
  217.         Height = 24
  218.         TabOrder = 17
  219.         Text = 'Edit18'
  220.       end
  221.       object Edit19: TEdit
  222.         Left = 296
  223.         Top = 104
  224.         Width = 121
  225.         Height = 24
  226.         TabOrder = 18
  227.         Text = 'Edit19'
  228.       end
  229.       object Edit20: TEdit
  230.         Left = 296
  231.         Top = 128
  232.         Width = 121
  233.         Height = 24
  234.         TabOrder = 19
  235.         Text = 'Edit20'
  236.       end
  237.       object Edit21: TEdit
  238.         Left = 296
  239.         Top = 152
  240.         Width = 121
  241.         Height = 24
  242.         TabOrder = 20
  243.         Text = 'Edit21'
  244.       end
  245.     end
  246.     object TPage
  247.       Left = 0
  248.       Top = 0
  249.       Caption = 'Buttons'
  250.       object Button3: TButton
  251.         Left = 25
  252.         Top = 19
  253.         Width = 89
  254.         Height = 33
  255.         Caption = 'Button3'
  256.         TabOrder = 0
  257.       end
  258.       object Button4: TButton
  259.         Left = 25
  260.         Top = 51
  261.         Width = 89
  262.         Height = 33
  263.         Caption = 'Button4'
  264.         TabOrder = 1
  265.       end
  266.       object Button5: TButton
  267.         Left = 25
  268.         Top = 83
  269.         Width = 89
  270.         Height = 33
  271.         Caption = 'Button5'
  272.         TabOrder = 2
  273.       end
  274.       object Button6: TButton
  275.         Left = 25
  276.         Top = 115
  277.         Width = 89
  278.         Height = 33
  279.         Caption = 'Button6'
  280.         TabOrder = 3
  281.       end
  282.       object Button7: TButton
  283.         Left = 25
  284.         Top = 147
  285.         Width = 89
  286.         Height = 33
  287.         Caption = 'Button7'
  288.         TabOrder = 4
  289.       end
  290.       object Button8: TButton
  291.         Left = 121
  292.         Top = 19
  293.         Width = 89
  294.         Height = 33
  295.         Caption = 'Button8'
  296.         TabOrder = 5
  297.       end
  298.       object Button9: TButton
  299.         Left = 121
  300.         Top = 51
  301.         Width = 89
  302.         Height = 33
  303.         Caption = 'Button9'
  304.         TabOrder = 6
  305.       end
  306.       object Button10: TButton
  307.         Left = 121
  308.         Top = 83
  309.         Width = 89
  310.         Height = 33
  311.         Caption = 'Button10'
  312.         TabOrder = 7
  313.       end
  314.       object Button11: TButton
  315.         Left = 121
  316.         Top = 115
  317.         Width = 89
  318.         Height = 33
  319.         Caption = 'Button11'
  320.         TabOrder = 8
  321.       end
  322.       object Button12: TButton
  323.         Left = 121
  324.         Top = 147
  325.         Width = 89
  326.         Height = 33
  327.         Caption = 'Button12'
  328.         TabOrder = 9
  329.       end
  330.       object Button13: TButton
  331.         Left = 217
  332.         Top = 19
  333.         Width = 89
  334.         Height = 33
  335.         Caption = 'Button13'
  336.         TabOrder = 10
  337.       end
  338.       object Button14: TButton
  339.         Left = 217
  340.         Top = 51
  341.         Width = 89
  342.         Height = 33
  343.         Caption = 'Button14'
  344.         TabOrder = 11
  345.       end
  346.       object Button15: TButton
  347.         Left = 217
  348.         Top = 83
  349.         Width = 89
  350.         Height = 33
  351.         Caption = 'Button15'
  352.         TabOrder = 12
  353.       end
  354.       object Button16: TButton
  355.         Left = 217
  356.         Top = 115
  357.         Width = 89
  358.         Height = 33
  359.         Caption = 'Button16'
  360.         TabOrder = 13
  361.       end
  362.       object Button17: TButton
  363.         Left = 217
  364.         Top = 147
  365.         Width = 89
  366.         Height = 33
  367.         Caption = 'Button17'
  368.         TabOrder = 14
  369.       end
  370.       object Button18: TButton
  371.         Left = 313
  372.         Top = 19
  373.         Width = 89
  374.         Height = 33
  375.         Caption = 'Button18'
  376.         TabOrder = 15
  377.       end
  378.       object Button19: TButton
  379.         Left = 313
  380.         Top = 51
  381.         Width = 89
  382.         Height = 33
  383.         Caption = 'Button19'
  384.         TabOrder = 16
  385.       end
  386.       object Button20: TButton
  387.         Left = 313
  388.         Top = 83
  389.         Width = 89
  390.         Height = 33
  391.         Caption = 'Button20'
  392.         TabOrder = 17
  393.       end
  394.       object Button21: TButton
  395.         Left = 313
  396.         Top = 115
  397.         Width = 89
  398.         Height = 33
  399.         Caption = 'Button21'
  400.         TabOrder = 18
  401.       end
  402.       object Button22: TButton
  403.         Left = 313
  404.         Top = 147
  405.         Width = 89
  406.         Height = 33
  407.         Caption = 'Button22'
  408.         TabOrder = 19
  409.       end
  410.     end
  411.     object TPage
  412.       Left = 0
  413.       Top = 0
  414.       Caption = 'Check Boxes'
  415.       object CheckBox1: TCheckBox
  416.         Left = 5
  417.         Top = 11
  418.         Width = 105
  419.         Height = 17
  420.         Caption = 'CheckBox1'
  421.         TabOrder = 0
  422.       end
  423.       object CheckBox2: TCheckBox
  424.         Left = 5
  425.         Top = 27
  426.         Width = 105
  427.         Height = 17
  428.         Caption = 'CheckBox2'
  429.         TabOrder = 1
  430.       end
  431.       object CheckBox3: TCheckBox
  432.         Left = 5
  433.         Top = 43
  434.         Width = 105
  435.         Height = 17
  436.         Caption = 'CheckBox3'
  437.         TabOrder = 2
  438.       end
  439.       object CheckBox4: TCheckBox
  440.         Left = 5
  441.         Top = 59
  442.         Width = 105
  443.         Height = 17
  444.         Caption = 'CheckBox4'
  445.         TabOrder = 3
  446.       end
  447.       object CheckBox5: TCheckBox
  448.         Left = 5
  449.         Top = 75
  450.         Width = 105
  451.         Height = 17
  452.         Caption = 'CheckBox5'
  453.         TabOrder = 4
  454.       end
  455.       object CheckBox6: TCheckBox
  456.         Left = 5
  457.         Top = 91
  458.         Width = 105
  459.         Height = 17
  460.         Caption = 'CheckBox6'
  461.         TabOrder = 5
  462.       end
  463.       object CheckBox7: TCheckBox
  464.         Left = 5
  465.         Top = 107
  466.         Width = 105
  467.         Height = 17
  468.         Caption = 'CheckBox7'
  469.         TabOrder = 6
  470.       end
  471.       object CheckBox8: TCheckBox
  472.         Left = 5
  473.         Top = 123
  474.         Width = 105
  475.         Height = 17
  476.         Caption = 'CheckBox8'
  477.         TabOrder = 7
  478.       end
  479.       object CheckBox9: TCheckBox
  480.         Left = 5
  481.         Top = 139
  482.         Width = 105
  483.         Height = 17
  484.         Caption = 'CheckBox9'
  485.         TabOrder = 8
  486.       end
  487.       object CheckBox10: TCheckBox
  488.         Left = 5
  489.         Top = 155
  490.         Width = 105
  491.         Height = 17
  492.         Caption = 'CheckBox10'
  493.         TabOrder = 9
  494.       end
  495.       object CheckBox11: TCheckBox
  496.         Left = 5
  497.         Top = 171
  498.         Width = 105
  499.         Height = 17
  500.         Caption = 'CheckBox11'
  501.         TabOrder = 10
  502.       end
  503.       object CheckBox12: TCheckBox
  504.         Left = 109
  505.         Top = 11
  506.         Width = 105
  507.         Height = 17
  508.         Caption = 'CheckBox12'
  509.         TabOrder = 11
  510.       end
  511.       object CheckBox13: TCheckBox
  512.         Left = 109
  513.         Top = 27
  514.         Width = 105
  515.         Height = 17
  516.         Caption = 'CheckBox13'
  517.         TabOrder = 12
  518.       end
  519.       object CheckBox14: TCheckBox
  520.         Left = 109
  521.         Top = 43
  522.         Width = 105
  523.         Height = 17
  524.         Caption = 'CheckBox14'
  525.         TabOrder = 13
  526.       end
  527.       object CheckBox15: TCheckBox
  528.         Left = 109
  529.         Top = 59
  530.         Width = 105
  531.         Height = 17
  532.         Caption = 'CheckBox15'
  533.         TabOrder = 14
  534.       end
  535.       object CheckBox16: TCheckBox
  536.         Left = 109
  537.         Top = 75
  538.         Width = 105
  539.         Height = 17
  540.         Caption = 'CheckBox16'
  541.         TabOrder = 15
  542.       end
  543.       object CheckBox17: TCheckBox
  544.         Left = 109
  545.         Top = 91
  546.         Width = 105
  547.         Height = 17
  548.         Caption = 'CheckBox17'
  549.         TabOrder = 16
  550.       end
  551.       object CheckBox18: TCheckBox
  552.         Left = 109
  553.         Top = 107
  554.         Width = 105
  555.         Height = 17
  556.         Caption = 'CheckBox18'
  557.         TabOrder = 17
  558.       end
  559.       object CheckBox19: TCheckBox
  560.         Left = 109
  561.         Top = 123
  562.         Width = 105
  563.         Height = 17
  564.         Caption = 'CheckBox19'
  565.         TabOrder = 18
  566.       end
  567.       object CheckBox20: TCheckBox
  568.         Left = 109
  569.         Top = 139
  570.         Width = 105
  571.         Height = 17
  572.         Caption = 'CheckBox20'
  573.         TabOrder = 19
  574.       end
  575.       object CheckBox21: TCheckBox
  576.         Left = 109
  577.         Top = 155
  578.         Width = 105
  579.         Height = 17
  580.         Caption = 'CheckBox21'
  581.         TabOrder = 20
  582.       end
  583.       object CheckBox22: TCheckBox
  584.         Left = 109
  585.         Top = 171
  586.         Width = 105
  587.         Height = 17
  588.         Caption = 'CheckBox22'
  589.         TabOrder = 21
  590.       end
  591.       object CheckBox23: TCheckBox
  592.         Left = 213
  593.         Top = 11
  594.         Width = 105
  595.         Height = 17
  596.         Caption = 'CheckBox23'
  597.         TabOrder = 22
  598.       end
  599.       object CheckBox24: TCheckBox
  600.         Left = 213
  601.         Top = 27
  602.         Width = 105
  603.         Height = 17
  604.         Caption = 'CheckBox24'
  605.         TabOrder = 23
  606.       end
  607.       object CheckBox25: TCheckBox
  608.         Left = 213
  609.         Top = 43
  610.         Width = 105
  611.         Height = 17
  612.         Caption = 'CheckBox25'
  613.         TabOrder = 24
  614.       end
  615.       object CheckBox26: TCheckBox
  616.         Left = 213
  617.         Top = 59
  618.         Width = 105
  619.         Height = 17
  620.         Caption = 'CheckBox26'
  621.         TabOrder = 25
  622.       end
  623.       object CheckBox27: TCheckBox
  624.         Left = 213
  625.         Top = 75
  626.         Width = 105
  627.         Height = 17
  628.         Caption = 'CheckBox27'
  629.         TabOrder = 26
  630.       end
  631.       object CheckBox28: TCheckBox
  632.         Left = 213
  633.         Top = 91
  634.         Width = 105
  635.         Height = 17
  636.         Caption = 'CheckBox28'
  637.         TabOrder = 27
  638.       end
  639.       object CheckBox29: TCheckBox
  640.         Left = 213
  641.         Top = 107
  642.         Width = 105
  643.         Height = 17
  644.         Caption = 'CheckBox29'
  645.         TabOrder = 28
  646.       end
  647.       object CheckBox30: TCheckBox
  648.         Left = 213
  649.         Top = 123
  650.         Width = 105
  651.         Height = 17
  652.         Caption = 'CheckBox30'
  653.         TabOrder = 29
  654.       end
  655.       object CheckBox31: TCheckBox
  656.         Left = 213
  657.         Top = 139
  658.         Width = 105
  659.         Height = 17
  660.         Caption = 'CheckBox31'
  661.         TabOrder = 30
  662.       end
  663.       object CheckBox32: TCheckBox
  664.         Left = 213
  665.         Top = 155
  666.         Width = 105
  667.         Height = 17
  668.         Caption = 'CheckBox32'
  669.         TabOrder = 31
  670.       end
  671.       object CheckBox33: TCheckBox
  672.         Left = 213
  673.         Top = 171
  674.         Width = 105
  675.         Height = 17
  676.         Caption = 'CheckBox33'
  677.         TabOrder = 32
  678.       end
  679.       object CheckBox34: TCheckBox
  680.         Left = 317
  681.         Top = 11
  682.         Width = 105
  683.         Height = 17
  684.         Caption = 'CheckBox34'
  685.         TabOrder = 33
  686.       end
  687.       object CheckBox35: TCheckBox
  688.         Left = 317
  689.         Top = 27
  690.         Width = 105
  691.         Height = 17
  692.         Caption = 'CheckBox35'
  693.         TabOrder = 34
  694.       end
  695.       object CheckBox36: TCheckBox
  696.         Left = 317
  697.         Top = 43
  698.         Width = 105
  699.         Height = 17
  700.         Caption = 'CheckBox36'
  701.         TabOrder = 35
  702.       end
  703.       object CheckBox37: TCheckBox
  704.         Left = 317
  705.         Top = 59
  706.         Width = 105
  707.         Height = 17
  708.         Caption = 'CheckBox37'
  709.         TabOrder = 36
  710.       end
  711.       object CheckBox38: TCheckBox
  712.         Left = 317
  713.         Top = 75
  714.         Width = 105
  715.         Height = 17
  716.         Caption = 'CheckBox38'
  717.         TabOrder = 37
  718.       end
  719.       object CheckBox39: TCheckBox
  720.         Left = 317
  721.         Top = 91
  722.         Width = 105
  723.         Height = 17
  724.         Caption = 'CheckBox39'
  725.         TabOrder = 38
  726.       end
  727.       object CheckBox40: TCheckBox
  728.         Left = 317
  729.         Top = 107
  730.         Width = 105
  731.         Height = 17
  732.         Caption = 'CheckBox40'
  733.         TabOrder = 39
  734.       end
  735.       object CheckBox41: TCheckBox
  736.         Left = 317
  737.         Top = 123
  738.         Width = 105
  739.         Height = 17
  740.         Caption = 'CheckBox41'
  741.         TabOrder = 40
  742.       end
  743.       object CheckBox42: TCheckBox
  744.         Left = 317
  745.         Top = 139
  746.         Width = 105
  747.         Height = 17
  748.         Caption = 'CheckBox42'
  749.         TabOrder = 41
  750.       end
  751.       object CheckBox43: TCheckBox
  752.         Left = 317
  753.         Top = 155
  754.         Width = 105
  755.         Height = 17
  756.         Caption = 'CheckBox43'
  757.         TabOrder = 42
  758.       end
  759.       object CheckBox44: TCheckBox
  760.         Left = 317
  761.         Top = 171
  762.         Width = 105
  763.         Height = 17
  764.         Caption = 'CheckBox44'
  765.         TabOrder = 43
  766.       end
  767.     end
  768.     object TPage
  769.       Left = 0
  770.       Top = 0
  771.       Caption = 'Combo Boxes'
  772.       object ComboBox1: TComboBox
  773.         Left = 41
  774.         Top = 16
  775.         Width = 145
  776.         Height = 24
  777.         ItemHeight = 16
  778.         TabOrder = 0
  779.         Text = 'ComboBox1'
  780.       end
  781.       object ComboBox2: TComboBox
  782.         Left = 41
  783.         Top = 40
  784.         Width = 145
  785.         Height = 24
  786.         ItemHeight = 16
  787.         TabOrder = 1
  788.         Text = 'ComboBox2'
  789.       end
  790.       object ComboBox3: TComboBox
  791.         Left = 41
  792.         Top = 64
  793.         Width = 145
  794.         Height = 24
  795.         ItemHeight = 16
  796.         TabOrder = 2
  797.         Text = 'ComboBox3'
  798.       end
  799.       object ComboBox4: TComboBox
  800.         Left = 41
  801.         Top = 88
  802.         Width = 145
  803.         Height = 24
  804.         ItemHeight = 16
  805.         TabOrder = 3
  806.         Text = 'ComboBox4'
  807.       end
  808.       object ComboBox5: TComboBox
  809.         Left = 41
  810.         Top = 112
  811.         Width = 145
  812.         Height = 24
  813.         ItemHeight = 16
  814.         TabOrder = 4
  815.         Text = 'ComboBox5'
  816.       end
  817.       object ComboBox6: TComboBox
  818.         Left = 41
  819.         Top = 136
  820.         Width = 145
  821.         Height = 24
  822.         ItemHeight = 16
  823.         TabOrder = 5
  824.         Text = 'ComboBox6'
  825.       end
  826.       object ComboBox7: TComboBox
  827.         Left = 41
  828.         Top = 160
  829.         Width = 145
  830.         Height = 24
  831.         ItemHeight = 16
  832.         TabOrder = 6
  833.         Text = 'ComboBox7'
  834.       end
  835.       object ComboBox8: TComboBox
  836.         Left = 241
  837.         Top = 16
  838.         Width = 145
  839.         Height = 24
  840.         ItemHeight = 16
  841.         TabOrder = 7
  842.         Text = 'ComboBox8'
  843.       end
  844.       object ComboBox9: TComboBox
  845.         Left = 241
  846.         Top = 40
  847.         Width = 145
  848.         Height = 24
  849.         ItemHeight = 16
  850.         TabOrder = 8
  851.         Text = 'ComboBox9'
  852.       end
  853.       object ComboBox10: TComboBox
  854.         Left = 241
  855.         Top = 64
  856.         Width = 145
  857.         Height = 24
  858.         ItemHeight = 16
  859.         TabOrder = 9
  860.         Text = 'ComboBox10'
  861.       end
  862.       object ComboBox11: TComboBox
  863.         Left = 241
  864.         Top = 88
  865.         Width = 145
  866.         Height = 24
  867.         ItemHeight = 16
  868.         TabOrder = 10
  869.         Text = 'ComboBox11'
  870.       end
  871.       object ComboBox12: TComboBox
  872.         Left = 241
  873.         Top = 112
  874.         Width = 145
  875.         Height = 24
  876.         ItemHeight = 16
  877.         TabOrder = 11
  878.         Text = 'ComboBox12'
  879.       end
  880.       object ComboBox13: TComboBox
  881.         Left = 241
  882.         Top = 136
  883.         Width = 145
  884.         Height = 24
  885.         ItemHeight = 16
  886.         TabOrder = 12
  887.         Text = 'ComboBox13'
  888.       end
  889.       object ComboBox14: TComboBox
  890.         Left = 241
  891.         Top = 160
  892.         Width = 145
  893.         Height = 24
  894.         ItemHeight = 16
  895.         TabOrder = 13
  896.         Text = 'ComboBox14'
  897.       end
  898.     end
  899.   end
  900. end
  901.